home *** CD-ROM | disk | FTP | other *** search
/ Aminet 31 / Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso / Aminet / util / gnu / xpdf-0.8-020-b.lha / xpdf-0.8-020-bin / doc / pdfimages.hlp < prev    next >
Text File  |  1998-11-28  |  2KB  |  50 lines

  1. ! Generated automatically by mantohlp
  2. 1 pdfimages
  3.  
  4.        pdfimages - Portable Document Format (PDF) image extractor
  5.  
  6.        pdfimages [options] PDF-file image-root
  7.  
  8.        Pdfimages saves images from  a  Portable  Document  Format
  9.        (PDF)  file  as  Portable  Pixmap  (PPM),  Portable Bitmap
  10.        (PBM), or JPEG files.
  11.  
  12.        Pdfimages reads the PDF file, scans  one  or  more  pages,
  13.        PDF-file,  and  writes one PPM, PBM, or JPEG file for each
  14.        image, image-root-nnn.xxx, where nnn is the  image  number
  15.        and xxx is the image type (.ppm, .pbm, .jpg).
  16.  
  17. 2 OPTIONS
  18.  
  19.        -f number
  20.               Specifies the first page to scan.
  21.  
  22.        -l number
  23.               Specifies the last page to scan.
  24.  
  25.        -j     Normally,  all  images  are  written  as  PBM  (for
  26.               monochrome  images)  or  PPM  (for   non-monochrome
  27.               images)  files.   With  this  option, images in DCT
  28.               format are saved as JPEG files.  All non-DCT images
  29.               are saved in PBM/PPM format as usual.
  30.  
  31.        -h     Print usage information.  (-help is equivalent.)
  32.  
  33. 2 BUGS
  34.  
  35.        With  the  -j  option,  the  PDF  image streams are copied
  36.        directly to the output files.  DCT images in PDF files may
  37.        use some non-standard JPEG features, so the resulting .jpg
  38.        files may not be too useful.
  39.  
  40. 2 AUTHOR
  41.  
  42.        The  pdfimages  software  and  documentation are copyright
  43.        1996-1998 Derek B. Noonburg (derekn@foolabs.com).
  44.  
  45. 2 SEE_ALSO
  46.  
  47.        xpdf(1), pdftops(1), pdftotext(1), pdfinfo(1), pdftopbm(1)
  48.        http://www.foolabs.com/xpdf/
  49.  
  50.